projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ddce32
)
reftests: Fix css-currentcolor-alpha.ui test
author
Benjamin Otte
<otte@redhat.com>
Wed, 27 Mar 2019 23:27:51 +0000
(
00:27
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000
(09:56 +0100)
The test did not draw anything, which fails now.
testsuite/reftests/css-currentcolor-alpha.css
patch
|
blob
|
history
diff --git
a/testsuite/reftests/css-currentcolor-alpha.css
b/testsuite/reftests/css-currentcolor-alpha.css
index 363dccc5a2c9059e6085b2e3ed5d5f447ad6ee57..2479f8eb374e4584862826daefca40caaa69034a 100644
(file)
--- a/
testsuite/reftests/css-currentcolor-alpha.css
+++ b/
testsuite/reftests/css-currentcolor-alpha.css
@@
-2,6
+2,8
@@
window {
color: alpha(currentColor, 0.0);
+ /* So we draw something */
+ border: 1px solid rebeccapurple;
}
#reference {